home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / budget negotiation buttons windows.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  872 b   |  27 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <panel>
  4.     <layout class="arrange_horizontal_attachment" alignment="right" />
  5.     <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  6.     <layout class="fit_children_attachment" alignment="vertical" inset="0" />
  7.     
  8.     <widget class="action_button_blue" id="ok" text="Ok" auto_size="all">
  9.         <!-- we need to specify that this is a dialog event (dialog_event=true) -->
  10.         <record id="click_event">
  11.             <flags id="event_id" value="ok" />
  12.             <flags id="dialog_event" value="true" />
  13.         </record>
  14.     </widget>
  15.     
  16.     <widget class="action_button_blue" id="cancel" text="Cancel" auto_size="all">
  17.         <!-- we need to specify that this is a dialog event (dialog_event=true) -->
  18.         <record id="click_event">
  19.             <flags id="event_id" value="cancel" />
  20.             <flags id="dialog_event" value="true" />
  21.         </record>
  22.     </widget>
  23.     
  24. </panel>
  25.  
  26.  
  27.